Description of Keys & Commands
==============================


Command-Group "HOLD": Hold-Keys
===============================

The HOLD keys will keep the keys alt, control and shift pressed until the next
key arrives. Normally when using the keyboard these keys will also be used in
combination with other keys.

Example: {HOLD.ALT}{KEY.F12}

In this example the [F12]-key will be send during [Alt]-key is pressed.

Following keys are available:

HOLD.ALT ..............: To send ALT key for the next key
HOLD.CONTROL ..........: To send CONTROL key for the next key
HOLD.SHIFT ............: To send SHIFT key for the next key
HOLD.SHIFT/CONTROL ....: To send SHIFT+CONTROL keys for the next key
HOLD.SHIFT/ALT ........: To send SHIFT+ALT keys for the next key
HOLD.CONTROL/ALT ......: To send CONTROL+ALT keys for the next key
HOLD.SHIFT/CONTROL/ALT.: To send SHIFT+CONTROL+ALT keys for the next key